home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
gdb
/
gdb_18s.zoo
/
m-atarii.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-03-25
|
208 b
|
7 lines
/* This is how the size of an individual .o file's text segment
is rounded on an atari. */
extern long _start;
#define FILEADDR_ROUND(addr) (((addr + 3 - ((long )(&_start))) & -4) + ((long )(&_start)))